body {
  padding-top: 50px;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #a61c1c;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.pagination {
  --bs-pagination-active-bg: #a61c1c;
  --bs-pagination-active-border-color: #a61c1c;
}

#about-box .about-txt {
  line-height: 36px;
  text-indent: 30px;
  color: #666;
}

#number-box h4 {
  color: #0073bc;
}

#number-box p.mb-0 {
  color: #666;
}

#pic01-box {
  background: url("/assets/img/bg04.jpg") top / cover no-repeat;
}

#pic-box .card, #pic-box .card-img {
  border-radius: 0px;
}

#pic02-box .card, #pic02-box .card-img {
  border-radius: 0px;
  border: 0px;
}

.test-2lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#foot-logo {
  padding-top: 60px;
  font-size: 14px;
}

#foot-logo p {
  padding-top: 40px;
  max-width: 800px;
  margin: 0px auto;
  line-height: 30px;
}

footer {
  font-size: 14px;
}

#addrlist {
  /*text-align: left;*/
  padding: 10px 0px 30px 0px;
}

.news-link-box:hover {
  background: #0000000b;
}

.news-link-box {
  color: #333333;
}

#pic-box .row-box {
  overflow: hidden;
  border-style: none;
}

#pic-box .row-box:hover .card-img {
  transform: scale(1.10);
  transition: all ease 0.3s;
}

#pic02-box .card-box {
  height: 210px;
  overflow: hidden;
}

#pic02-box .card-box:hover .card-img {
  transform: translateY(-10px);
  transition: all ease 0.5s;
}

/* 内页bannner */

#content-banner-box .card {
  border-radius: 0px;
  border: 0px;
}

#content-banner-box .card .card-img {
  border-radius: 0px;
  border: 0px;
}

/* 内页文章内容样式重设 */

.news-content {
  line-height: 32px;
}

.news-content img {
  max-width: 100%;
  height: auto;
}

/* 内页内容导航 */

#content-nav {
  color: #333;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  padding: 6px 0px;
}

#content-nav .link-dark:hover {
  color: #a61c1c;
}

#content-body {
  padding: 30px 0px;
}

/* 内页侧面导航 */

#left-nav-box ul {
  padding: 10px 20px;
}

#left-nav-box ul li {
  line-height: 42px;
  padding: 0px 5px;
  border-bottom: 1px solid rgba(116,116,116,0.06);
}

#left-nav-box ul li a {
  display: block;
  color: #333333;
}

#left-nav-box ul li:hover {
  background-color: #eaebed;
}

#left-nav-box ul li:hover a {
  font-weight: bold;
  color: #a61c1c;
}

/* 产品列表 */

#content-body .pro-box img {
  /*height: 225px;*/
}

#content-body .pro-box:hover img {
  transform: scale(1.10);
  transition: all ease 0.5s;
}

#content-body .pro-box h6 {
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0px 10px;
  position:relative;
}

#content-body .pro-box a {
  position: relative;
  display: block;
  overflow: hidden;
}

#content-body .pro-box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,0.69);
  top: 0px;
  left: 0px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
}

#content-body .pro-box:hover .pro-box-link {
  opacity: 100;
}

#content-body .pro-box .pro-box-link h6 {
  color: #ffffff;
}

#content-body .pro-box .pro-box-link h6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

#content-body .pro-box:hover .pro-box-link h6::before {
  width: 20%;
}

#content-body .pro-box .pro-box-link h6::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

#content-body .pro-box:hover .pro-box-link h6::after {
  width: 20%;
}

/* 新闻内页列表 */

#news-list-box .news-link-box {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  justify-content: space-between;
}

#news-list-box .news-img-box {
  width: 160px;
}

#news-list-box .news-txt-box {
  padding-left: 15px;
  padding-right: 12px;
  min-width: 0;
  flex: 1;
}

#news-list-box .news-txt-box h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  margin-top: 6px;
}

#news-list-box .news-txt-box .news-list-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

#news-list-box .news-txt-box .news-list-time {
  margin-bottom: 0px;
}

@media (min-width: 300px) {
  #news-list-box .news-img-box {
    width: 60px;
  }
}

@media (min-width: 300px) {
  #news-list-box .news-txt-box .news-list-des {
    display: none;
  }
}

@media (min-width: 300px) {
  #news-list-box .news-txt-box h5 {
    padding: 0px;
    margin: 1px 0;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  #news-list-box .news-txt-box h5 {
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  #news-list-box .news-txt-box .news-list-des {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  #news-list-box .news-img-box {
    width: 100px;
  }
}

@media (min-width: 768px) {
  #news-list-box .news-img-box {
    width: 160px;
  }
}

@media (min-width: 768px) {
  #news-list-box .news-txt-box h5 {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #news-list-box .news-txt-box .news-list-des {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
}

/* 新闻详情页 */

#news-content-box .title {
  line-height: 32px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.06) ;
  color: #333333;
}

#news-content-box .title-des {
  font-size: 14px;
  color: #999999;
}

/* 内页左右分栏弹性盒子 */

#page-box {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 45px;
}

#left-nav-box {
  width: 280px;
  margin-right: 30px;
}

#content-page {
  min-width: 0;
  flex: 1;
}

